home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_perl.idb / usr / freeware / catman / p_man / cat3 / CGI::Apache.Z / CGI::Apache
Encoding:
Text File  |  1998-10-28  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      CCCCGGGGIIII::::::::AAAAppppaaaacccchhhheeee((((3333))))  22223333////JJJJuuuullll////99998888 ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 00002222))))    CCCCGGGGIIII::::::::AAAAppppaaaacccchhhheeee((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       CGI::Apache -    Make things work with CGI.pm against Perl-
  10.       Apache API
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.        require CGI::Apache;
  14.  
  15.        my $q = new Apache::CGI;
  16.  
  17.        $q->print($q->header);
  18.  
  19.        #do things just like    you do with CGI.pm
  20.  
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.       When using the Perl-Apache API, your applications are
  24.       faster, but the enviroment is    different than CGI.  This
  25.       module attempts to set-up that environment as    best it    can.
  26.  
  27.      NNNNOOOOTTTTEEEE 1111
  28.       This module used to be named Apache::CGI.  Sorry for the
  29.       confusion.
  30.  
  31.      NNNNOOOOTTTTEEEE 2222
  32.       If you're going to inherit from this class, make sure    to
  33.       "use"    it after your package declaration rather than
  34.       "require" it.     This is because CGI.pm    does a little magic
  35.       during the _i_m_p_o_r_t() step in order to make autoloading    work
  36.       correctly.
  37.  
  38.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  39.       _p_e_r_l(1), _A_p_a_c_h_e(3), _C_G_I(3)
  40.  
  41.      AAAAUUUUTTTTHHHHOOOORRRR
  42.       Doug MacEachern <dougm@osf.org>, hacked over by Andreas
  43.       Koenig <a.koenig@mind.de>, modified by Lincoln Stein
  44.       <lt>lstein@genome.wi.mit.edu<gt>
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 10/23/98)
  64.  
  65.  
  66.  
  67.